|
@@ -449,6 +449,18 @@ require.config({
|
|
|
},
|
|
|
}
|
|
|
});
|
|
|
+require.config({
|
|
|
+ paths: {
|
|
|
+ 'vue': '../addons/shop/js/vue.min',
|
|
|
+ 'jquery-colorpicker': '../addons/shop/js/jquery.colorpicker.min',
|
|
|
+ },
|
|
|
+ shim: {
|
|
|
+ 'jquery-colorpicker': {
|
|
|
+ deps: ['jquery'],
|
|
|
+ exports: '$.fn.extend'
|
|
|
+ }
|
|
|
+ }
|
|
|
+});
|
|
|
if ($("table.table").size() > 0) {
|
|
|
require(['previewfile', 'table'], function (Previewfile, Table) {
|
|
|
|