Adding doc reminder

parent 3a322e74
export default {
methods: {
trans(string) {
// Makes a string: page.
// Makes a string: core.button.cancel | core.button.created at
// to: core["button.cancel"] | core["button.created at"]
let array = string.split('.');
if (array.length < 2) { return this.$t(string) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment