mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-22 16:11:57 +01:00
9 lines
238 B
JavaScript
9 lines
238 B
JavaScript
|
import './styles/index.scss'
|
||
|
|
||
|
export default ({
|
||
|
Vue, // the version of Vue being used in the VuePress app
|
||
|
options, // the options for the root Vue instance
|
||
|
router, // the router instance for the app
|
||
|
siteData // site metadata
|
||
|
}) => {}
|