first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!--#
|
||||
layout("/layouts/platform.html"){
|
||||
#-->
|
||||
<div id="app" v-cloak>
|
||||
<el-alert
|
||||
title="对不起,您访问的页面不存在。"
|
||||
type="error">
|
||||
</el-alert>
|
||||
</div>
|
||||
<script>
|
||||
new Vue({
|
||||
el: "#app"
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--#}#-->
|
||||
Reference in New Issue
Block a user