no message
Former-commit-id: f3c11b2f64cc627044be20129050e193a8eec631 Former-commit-id: 49657d956a264020cda5ee3230870cf736197400 Former-commit-id: c3796afffe32e911c917133f2dc804cfe664acd7
This commit is contained in:
8
src/pages/demo/plugins/build/index.vue
Normal file
8
src/pages/demo/plugins/build/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<Container type="full">
|
||||
<template slot="header">
|
||||
多环境发布
|
||||
</template>
|
||||
<p>当前是{{$env ? '开发' : '生产'}}环境</p>
|
||||
</Container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user