reactor:解决微信小程序的「代码质量」在「JS 文件」提示:主包内,不应该存在主包未使用的 JS 文件
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import $api from '@/sheep/api';
|
||||
import $url from '@/sheep/url';
|
||||
import $router from '@/sheep/router';
|
||||
import $platform from '@/sheep/platform';
|
||||
@@ -14,6 +15,7 @@ dayjs.extend(relativeTime);
|
||||
dayjs.extend(duration);
|
||||
|
||||
const sheep = {
|
||||
$api,
|
||||
$store,
|
||||
$url,
|
||||
$router,
|
||||
|
||||
Reference in New Issue
Block a user