use a fixed import for canvg

This commit is contained in:
jfh
2020-08-29 00:02:35 +02:00
parent 44f9190403
commit e22ea424db
596 changed files with 24 additions and 341398 deletions

View File

@@ -1,17 +0,0 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var en = exports('default', {
name: 'View Grid',
buttons: [
{
title: 'Show/Hide Grid'
}
]
});
}
};
});

View File

@@ -1,17 +0,0 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: '网格视图',
buttons: [
{
title: '显示/隐藏网格'
}
]
});
}
};
});