提交 9d989951 编写于 作者: Y yylgit

router-config template

上级 708644a4
<template>
<app></app>
<app router-config="{{routerConfig}}"></app>
</template>
<script>
import routerConfig from '../router.config.json';
class App {
data = {}
data = {
routerConfig
}
created(res) {
}
}
......
<template>
<app></app>
<app router-config="{{routerConfig}}"></app>
</template>
<script>
import routerConfig from '../router.config.json';
class App {
data = {}
data = {
routerConfig
}
created(res) {
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册