增加docke部署
This commit is contained in:
12
codes/agent/game-docker/dlweb/api/web2/components/topbar.js
Normal file
12
codes/agent/game-docker/dlweb/api/web2/components/topbar.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var topbar = {
|
||||
template: '<header class="topbar"><div class="container"><div class="col-xs-3 topbar-back"><a href="javascript:history.back()"><span class="glyphicon glyphicon-menu-left"></span>返回</a></div><div class="col-xs-6 topbar-title text-center" v-html="title"></div><div class="col-xs-3 topbar-other text-right"></div></div></header>',
|
||||
props: ['title', 'href'],
|
||||
data: function () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
created: function () {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user