12345678910111213141516171819202122232425262728293031323334 |
- <?php /*a:1:{s:44:"./app/component/view/graphic_nav/design.html";i:1583994495;}*/ ?>
- <nc-component v-bind:data="data[index]" v-bind:class="['graphic-navigation']">
- <!-- 预览 -->
- <template slot="preview">
-
- <template v-if="nc.lazyLoad">
- <graphic-nav></graphic-nav>
- </template>
- </template>
-
- <!-- 编辑 -->
- <template slot="edit">
-
- <template v-if="nc.lazyLoad">
- <graphic-nav-list></graphic-nav-list>
- </template>
-
- </template>
-
- <!-- 资源 -->
- <template slot="resource">
-
- <js>
- var RESOURCEPATH = "<?php echo htmlentities($resource_path); ?>";
- var STATICEXT_IMG ="http://yueshengshop.top/public/static/ext/diyview/img";
- </js>
- <css src="<?php echo htmlentities($resource_path); ?>/graphic_nav/css/design.css"></css>
- <js src="<?php echo htmlentities($resource_path); ?>/graphic_nav/js/design.js"></js>
-
- </template>
- </nc-component>
|