删除原有alert

This commit is contained in:
LiYang
2016-08-01 11:47:17 +08:00
parent 514709548c
commit 80afc30e6c
3 changed files with 8 additions and 15 deletions

View File

@@ -11,7 +11,6 @@
<div class="col-md-10">
<router-view></router-view>
</div>
<alert></alert>
</div>
</div>
</div>
@@ -32,15 +31,12 @@
import unsupportedBrowserWarning from "./components/utils/unsupportedBrowserWarning.vue"
import topNav from "./components/utils/topNav.vue"
import leftNav from "./components/utils/leftNav.vue"
import alert from "./components/utils/alert.vue"
export default({
components: {
unsupportedBrowserWarning,
topNav,
leftNav,
alert
leftNav
}
})
</script>