OSDN Git Service

delete doc
authorxuhongxin <xuhongxin@luojilab.com>
Thu, 18 Oct 2018 13:32:07 +0000 (21:32 +0800)
committerxuhongxin <xuhongxin@luojilab.com>
Thu, 18 Oct 2018 13:32:07 +0000 (21:32 +0800)
src/index.js

index 3b85f04..1e2cae6 100644 (file)
@@ -7,7 +7,6 @@ import transactionSDK from './sdk/transaction.js';
 import walletSDK from './sdk/wallet.js';
 import {serverHttp, http} from './http.js';
 
-//todo vue use
 function Bytom(serverHost, wasmPath, baseURL, token) {
     this.install = function(Vue) {
         Vue.prototype.$Bytom = this;