Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/acode-plugin-packageAdder
/ backToPage1
Method
backToPage1
src/main.js:312–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
310
311
312
backToPage1(){
313
this.$plugPage2.classList.add(
'hide'
);
314
this.$plugPage1.classList.remove(
'hide'
);
315
}
316
317
closePlugin(){
318
this.$page.hide();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected