Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import Omi from 'omi';
import config from '../docs/config.js';
import proj_config from '../../project.js';
class AppStore extends Omi.Store {
constructor(data, isReady) {
super(isReady)
/*
this.data =
{
html: '<h1>hello</h1>',
md: 'components'
lan: 'cn',
menus:[
{
active: true,
title: '���ٿ�ʼ',
currentIndex: 0,
list: [
{name: '��װ', md: 'installation', index: 0, active: true},
{name: '���', md: 'components'},