Commit 57fc2a1b authored by yyh's avatar yyh

代码调整

parent b59d98d1
import { Component, Vue } from 'vue-property-decorator'; import { Component, Vue } from 'vue-property-decorator';
import { State, Action, namespace } from 'vuex-class'; import { State, Action, namespace } from 'vuex-class';
const Template = namespace('template') const Template = namespace('template');
@Component @Component
export default class Index extends Vue { export default class Index extends Vue {
@Template.State('sysTemplateList') protected systemList!: []; @Template.State('sysTemplateList') protected systemList!: [];
......
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