@3cr/viewer-browser 0.0.47 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
package/src/main.ts CHANGED
@@ -5,21 +5,12 @@
5
5
  */
6
6
 
7
7
  // Plugins
8
- // import { registerPlugins } from '@/plugins'
9
- import 'material-design-icons-iconfont/dist/material-design-icons.css' // Ensure your project is capable of handling css files
8
+ // import 'material-design-icons-iconfont/dist/material-design-icons.css' // Ensure your project is capable of handling css files
10
9
 
11
10
  // Components
12
11
  import App from './App.vue'
13
- // import './types/window.shim';
14
12
 
15
- // Composables
16
- // import { createApp } from 'vue'
17
- //
18
- // export const app = createApp(App)
19
- //
20
- // registerPlugins(app)
21
13
  export { App }
22
14
 
23
15
  export default App;
24
16
 
25
- // app.mount('#app')
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  // Styles
8
- import '@mdi/font/css/materialdesignicons.css'
8
+ // import '@mdi/font/css/materialdesignicons.css'
9
9
  import 'vuetify/styles'
10
10
 
11
11
  // Composables